/*   
Theme Name: Hotel Rainha
Theme URI: http://hotelrainha.com.br
Description: Este tema usa bluetrip e esta baseado no BLANK starter WordPress Theme template
Author: Haruan Mossato Justino
Author URI: http://intertag.com.br
Version: 1
*/
/*
-------------------- GERAL ----------------------
*/
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
}
body {
	background: url(images/background.jpg);
}
a {
	text-decoration:none;
}
img {
	border: none;
}
.container {
	position:relative;
	left:50%;
	margin-left:-455px;
	width:910px;
}
/*
-------------------- HEADER ---------------------
*/
.logo {
	position:relative;
}
	#texto_logo {
		position:absolute;
		top:88px;
		left:18px;
	}
	#imagem_logo {
		position:absolute;
		top:21px;
		left:97px;
	}
	
.menu_container
{
	position:absolute;
	left:184px;
	top:130px;
	width:734px;

}
	.menu_esquerda {
		width: 47px;
		height:44px;
		background:url(images/fundo_menu_esquerda.png) bottom right no-repeat;
		float:left;
	}
	.menu {
		width:640px;
		height:24px;
		background:url(images/fundo_menu.png);
		padding-top:20px;
		font-size:14px;
		font-weight:bold;
		float:left;
	}
		.menu li {
			display: inline;
			margin:auto 10px auto 10px;
			height:24px;
		}
		.menu a {
			color:#000;
		}
	.menu_direita {
		width: 47px;
		height:44px;
		background:url(images/fundo_menu_direita.png) top left no-repeat;
		float:left;
	}
.fotos {
	width:869px;
	height:342px;
	position:relative;
	top:173px;
	z-index:2;
}
.endereco {
	position:absolute;
	top:435px;
	z-index:3;
}
/*
-------------------- CONTENT --------------------
*/
.conteudo {
 width:750px;
 position:absolute;
 top:520px;
 z-index:4;
}
.titulo {
	width:753px;
	height:99px;
	position:relative;
	left:3px;
	background:url(images/fundo_titulo.png) bottom left no-repeat;
	float:right;
	text-align:right;
	font-size:36px;
	color:#c2b59b;
}
	.titulo p {
		margin-top:45px;
		margin-right:10px;
	}
.texto {
	font-size:13.5px;
	color:#726658;
	position:relative;
	margin-top:98px;
	padding:12px;
	width:729px;
	background:#e3dbc9;
}


/*
-------------------- FOOTER ----------------------
*/
#rodape {
	margin:15px 0 10px;
	text-align:center;
	font-size:10px;
	color:#726658;
}
#rodape img{
	margin-top:-10px;
	float:right;
}

/*-------------------------------------------------
					INDEX
--------------------------------------------------*/
p.sobre {
	font-size:26.64px;
	margin-top:15px;
}
p.hotel {
	margin-top:-10px;
	font-size:52.79px;
	font-weight:bold;
}
/* ------------- PAGINADOR --------------*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
text-align:center;
}

.pagination span, .pagination a {
display:inline-block;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:5px;
color:#fff;
background: #2294d2;
}

.pagination a:hover{
color:#fff;
background: #faa31d;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #faa31d;
color:#fff;
}
/* Formulário Contato */
#formulario input, #formulario textarea{
	width:264px;
	margin-top:3px;
}
#formulario textarea{
	font-size:13px;
}
#formulario p{
	padding:4px 0;
}
input#contato_ddd{
	width:30px;
}
input#contato_fone{
	width:219px;
}
#formulario #ok{
	width:46px;
}
.erro-msg{
	color:red;
	border:1px solid red;
	padding:2px;
}
#formulario{
	margin-top:10px;
}
.yes{
	border: 1px solid green;
	padding: 2px;
}